MPDeleteTimer
Removes a timer.
OSStatus MPDeleteTimer (MPTimerID timerID);
timerID
A value of type
MPTimerID
that specifies the ID of the timer you want to remove.
function result
A result code. See
Result Codes
for a list of possible values.
DISCUSSION
After deletion, the timer ID becomes invalid, and all internal resources associated with the timer are reclaimed.
VERSION NOTES
Introduced with Multiprocessing Services 2.0.
SEE ALSO
The function
MPCreateTimer
.
© 1999 Apple Computer, Inc. – (Last Updated 17 Nov 99)